home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #3 / AmigaPlus_CD-ROM-EXTRA_Nr.3.bin / aminet-spiele / zwei spieler / paragon / installfont < prev    next >
Text File  |  1992-02-01  |  245b  |  11 lines

  1. .K ""
  2. echo "This script will install the spherix font in your FONTS: directory."
  3.  
  4. ask "Do you wish to continue with the installation? [y/n]"
  5. if WARN
  6.     copy fonts FONTS: all
  7. endif
  8.  
  9. echo "All Done.  Click close gadget to get rid of window."
  10. endcli
  11.